Skip to content

Commit

Permalink
Update travis.yml: download test file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamantony committed Dec 26, 2016
1 parent 93c7ba6 commit 4d9e7c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ script:
- qmake
- make

# download test file
- wget http://www.maxmind.com/download/worldcities/worldcitiespop.txt.gz
- gunzip worldcitiespop.txt.gz
- mv ./worldcitiespop.txt ./data

# run tests
- cd ../
- chmod 777 qtcsv_tests
Expand Down

0 comments on commit 4d9e7c0

Please sign in to comment.