Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srdja authored May 25, 2018
1 parent 036db7a commit c0d1aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ compiler:
- clang

before_install:
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu xenial main"
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu xenial universe"
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu zesty main"
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu zesty universe"
- sudo apt-get -qq update
- sudo apt-get install -y cmake && sudo apt-get install -y cpputest && sudo apt-get install -y gcc && sudo apt-get install -y libcpputest-dev && sudo apt-get install -y clang

Expand Down

0 comments on commit c0d1aa3

Please sign in to comment.