Skip to content

Commit

Permalink
travis: Try to fix test suite invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Jul 29, 2016
1 parent 82c86c6 commit 65325d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -34,9 +34,9 @@ script:
- make -j4 compiler FBC='bin/fbc1 -i inc' </dev/null
- rm bin/fbc1
- sudo apt-get -y install libcunit1-dev:i386
- make cunit-tests
- make log-tests
- make warning-tests
- make cunit-tests </dev/null
- make log-tests </dev/null
- make warning-tests </dev/null
- make clean

- make -j4 FBC='FreeBASIC-1.05.0-source-bootstrap/bin/fbc -i FreeBASIC-1.05.0-source-bootstrap/inc' </dev/null
Expand All @@ -45,7 +45,7 @@ script:
- make -j4 compiler FBC='bin/fbc1 -i inc' </dev/null
- rm bin/fbc1
- sudo apt-get -y install libcunit1-dev
- make cunit-tests
- make log-tests
- make warning-tests
- make cunit-tests </dev/null
- make log-tests </dev/null
- make warning-tests </dev/null
- make clean

0 comments on commit 65325d5

Please sign in to comment.