Skip to content

Commit

Permalink
forgot a 'then'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyli committed Jan 7, 2014
1 parent e95d8a0 commit 5f1b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install:
- pip install coveralls

script:
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; ulimit -c unlimited; ltrace -q coverage run `which trial` silverberg 2>&1; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then ulimit -c unlimited; ltrace -q coverage run `which trial` silverberg 2>&1; fi
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then coverage run `which trial` silverberg; fi

after_success:
Expand Down

0 comments on commit 5f1b589

Please sign in to comment.