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 c0d1aa3 commit d1f359f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ compiler:
- clang

before_install:
- 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 add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu bionic main"
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu bionic universe"
- sudo apt-get -qq update
- sudo apt-get dist-upgrade
- 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

script:
Expand Down

0 comments on commit d1f359f

Please sign in to comment.