Skip to content

Commit

Permalink
Allow the online build to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 10, 2015
1 parent 43d5d55 commit 712cb52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ matrix:
env: TEST_MODE='astropy-dev'
- python: 2.7
env: TEST_MODE='sphinx'
- python: 2.7
env: TEST_MODE='online'
- allow_failures:
- python: 2.7
env: TEST_MODE='online'

before_install:
# Make sure the system is upto date and install scipy requirements
Expand Down

0 comments on commit 712cb52

Please sign in to comment.