Skip to content

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Nov 10, 2018
1 parent f86fc0c commit bcf845d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -17,8 +17,9 @@ env:

before_install:
- find . -name '*.map' -o -name '*.autosave.map' -o -name '*.bak' | cat
- sh -c "find . -name '*.bsp' -o -name '*.prt' -o -name '*.srf' -o -name '*.lin' -o -name 'lm_*.tga' | xargs -n1 false"
- sh -c "find . -name '*.tga' -o -name '*.wav' | xargs -n1 false"
- echo 1 | grep 1
- sh -c "find . -name '*.bsp' -o -name '*.prt' -o -name '*.srf' -o -name '*.lin' -o -name 'lm_*.tga' | egrep '.'"
- sh -c "find . -name '*.tga' -o -name '*.wav' | egrep '.'"
- grep -v '^// entity' maps/*.map
- grep -v '^// brush' maps/*.map

Expand Down

0 comments on commit bcf845d

Please sign in to comment.