Skip to content

Commit

Permalink
Rm unneccessary Travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-V committed Sep 11, 2015
1 parent 21cc1e1 commit ef793e6
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 @@ -7,7 +7,7 @@ os: linux
before_install:
- sudo add-apt-repository "deb mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted universe" # switch to Ubuntu Trusty
- sudo apt-get update -qq
- sudo apt-get install -qq g++ clang cmake libpopt-dev botan1.10-dev libasio-dev libboost-system-dev libjsoncpp-dev # install dependencies
- sudo apt-get install -qq g++ clang cmake libpopt-dev botan1.10-dev libasio-dev libboost-system-dev # install dependencies

before_script:
# compile and install OnioNS-common library from source
Expand Down

0 comments on commit ef793e6

Please sign in to comment.