Skip to content

Commit

Permalink
[build/CI] Use trusty build environment openMVG#711
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Dec 27, 2016
1 parent ef4df82 commit 5f5caa7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# http://travis-ci.org configuration file for openMVG
#

dist: trusty
sudo: false

language: cpp

matrix:
Expand All @@ -24,8 +27,6 @@ matrix:
- clang-3.7
env: COMPILER=clang++-3.7

sudo: false

addons:
apt:
sources:
Expand All @@ -46,6 +47,8 @@ env:
- OPENMVG_BUILD=${TRAVIS_BUILD_DIR}/build

before_script:
# Display cmake version
- cmake --version
# Create build folder
- mkdir $OPENMVG_BUILD
- cd $OPENMVG_BUILD
Expand All @@ -63,7 +66,3 @@ script:
- make -j 2
- make test

branches:
only:
- develop

0 comments on commit 5f5caa7

Please sign in to comment.