Skip to content

Commit 89185c0

Browse files
committed
Switching travis to trusty
1 parent 47eb562 commit 89185c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ os:
44
- linux
55
- osx
66

7+
dist: trusty
8+
sudo: required
9+
710
compiler:
811
- clang
912
- gcc
@@ -22,6 +25,7 @@ install:
2225
- cd date
2326
- git checkout tags/v1.0.0
2427
- cd ..
28+
- g++ --version
2529
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
2630
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
2731
&& sudo add-apt-repository -y ppa:apokluda/boost1.53

0 commit comments

Comments
 (0)