Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Fix file not exist error when deploying
  • Loading branch information
bekicot authored Jul 24, 2017
1 parent e4314f2 commit 6d60f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
- tar -czf result.tar.gz results

before_deploy:
- rm .travis.yml .gitignore Gemfile Gemfile.lock extract_contents_csv.rb island_with_administrative_area.csv
- rm -f .travis.yml .gitignore Gemfile Gemfile.lock extract_contents_csv.rb island_with_administrative_area.csv

deploy:
- provider: releases
Expand Down

0 comments on commit 6d60f38

Please sign in to comment.