Skip to content

Commit

Permalink
Invert the condition or travis will short-circuit.
Browse files Browse the repository at this point in the history
  • Loading branch information
weykent committed Jun 12, 2016
1 parent cd0d00e commit bf9c1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ before_install:

install:
- createdb -E UTF8 -O travis weasyl_test
- test "$TOXENV" "<" py3 && make -B ${VE}
- test "$TOXENV" ">" py3 || make -B ${VE}
- make -C libweasyl .stamp-ve

script:
- test "$TOXENV" "<" py3 && make test
- test "$TOXENV" ">" py3 || make test
- make -C libweasyl tox

0 comments on commit bf9c1a3

Please sign in to comment.