Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Canjie-Luo authored Jan 18, 2019
1 parent 628e355 commit bc903bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ before_script:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- true # what do we do next?
#- sh train_MORAN.sh
# put the demo files in place
# and the run the demo
# - python demo.py
- python test.py
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down

0 comments on commit bc903bd

Please sign in to comment.