Skip to content

Commit 6dbea83

Browse files
committed
Experimentally tweaking the travis script.
1 parent b35c01e commit 6dbea83

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
language: c
1+
language: c++
22
sudo: false
3-
compiler:
4-
- gcc
5-
- clang
3+
addons:
4+
apt:
5+
sources:
6+
- ubuntu-toolchain-r-test
7+
packages:
8+
- gcc-7
9+
- g++-7
610

711
branches:
812
only:
913
- master
1014

11-
script: make && make test
15+
script:
16+
- export CXX=g++-7
17+
- export CC=gcc-7
18+
- make
19+
- make test
20+

0 commit comments

Comments
 (0)