Skip to content

Commit

Permalink
Travis: Trying a different environment
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 18, 2016
1 parent 3d7bbcb commit 37659de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,10 +1,12 @@
# Configuration for Travis CI
language: cpp
os: linux
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository ppa:george-edison55/precise-backports -y
# - sudo add-apt-repository ppa:george-edison55/precise-backports -y
- sudo apt-get -qq update
- sudo apt-get install cmake cmake-data
- sudo apt-get install cmake
before_script:
- mkdir build-travis
script:
Expand Down

0 comments on commit 37659de

Please sign in to comment.