From fa8ff0d878b6437bcd009940e5c51ba0621472dd Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 15 May 2019 19:43:36 +0200 Subject: [PATCH] Travis: reverse grep command order --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9dd90caf2d..f01e99e5b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ script: - /usr/local/bin/IfcConvert -yv acad2010_walls.ifc acad2010_walls.glb - gltf_validator acad2010_walls.glb - - python -c "from __future__ import print_function; from io import open; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); print(f[1][0], file=open('encoding.txt', 'w', encoding='utf-8'))" && grep encoding.txt "'a' 1m³ ≤ 5m³ ≥ 10m³" + - python -c "from __future__ import print_function; from io import open; import ifcopenshell; f = ifcopenshell.open('encoding.ifc'); print(f[1][0], file=open('encoding.txt', 'w', encoding='utf-8'))" && grep "'a' 1m³ ≤ 5m³ ≥ 10m³" encoding.txt - | (for i in *.ifc; do \