Skip to content

Commit

Permalink
workaround for travis problem
Browse files Browse the repository at this point in the history
WARNING: The following packages cannot be authenticated!
  swig3.0
E: There are problems and -y was used without --force-yes
  • Loading branch information
wojdyr committed Aug 12, 2016
1 parent 8ed7fd5 commit 3f1b4c4
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 @@ -8,7 +8,7 @@ before_install:
- sudo add-apt-repository ppa:teward/swig3.0 -y
- sudo apt-get update -qq
- sudo apt-get install -y libboost-dev liblua5.1-0-dev lua5.1
- sudo apt-get install -y swig3.0
- sudo apt-get install -y --force-yes swig3.0
- sudo apt-get install -y libxy-dev wxgtk-for-fityk-devel
before_script:
- curl -o tests/catch.hpp https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp
Expand Down

0 comments on commit 3f1b4c4

Please sign in to comment.