Skip to content

Commit

Permalink
Merge pull request yfeng95#31 from cclauss/patch-1
Browse files Browse the repository at this point in the history
wget the dataset in Travis CI
  • Loading branch information
yfeng95 authored May 11, 2018
2 parents e8402a1 + f360108 commit 1857c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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:
- ls
- wget "https://drive.google.com/uc?export=download&confirm=D2ug&id=1UoE-XuW1SDLUjZmJPkIZ1MLxvQFgmTFH"
- ls
- python run_basics.py # Can run only with python and tensorflow
notifications:
on_success: change
Expand Down

0 comments on commit 1857c5e

Please sign in to comment.