Skip to content

Commit 495b7b4

Browse files
committed
Travis: GCE VM
Use sudo required to get a GCE VM instead of a Container.
1 parent 8b83492 commit 495b7b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: cpp
2-
sudo: false
2+
sudo: required
33
dist: trusty
44

55
cache:
@@ -109,7 +109,7 @@ script:
109109
-DCMAKE_INSTALL_PREFIX=$HOME/splash-test-install
110110
$TRAVIS_BUILD_DIR
111111
- make -j 2
112-
- make test
112+
- CTEST_OUTPUT_ON_FAILURE=1 make test
113113
- make install
114114
- make package
115115
# - dpkg -i libsplash*.deb

0 commit comments

Comments
 (0)