Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 4fed095

Browse files
committed
Update travis
1 parent ff3e653 commit 4fed095

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: c++
2+
python: 3.6
23
matrix:
34
fast_finish: true
45

@@ -7,7 +8,6 @@ matrix:
78
- os: osx
89
osx_image: xcode8.3
910
compiler: clang
10-
python: 3.6
1111
env:
1212
# NAME has no actual use, just to make the travis jobs overview more clear
1313
- NAME="clang Debug"
@@ -26,7 +26,6 @@ matrix:
2626
- ubuntu-toolchain-r-test
2727
packages:
2828
- g++-4.8
29-
python: 3.6
3029
env:
3130
# NAME has no actual use, just to make the travis jobs overview more clear
3231
- NAME="gcc4.8 Debug+Tests+Coveralls"
@@ -69,7 +68,6 @@ matrix:
6968
- ubuntu-toolchain-r-test
7069
packages:
7170
- g++-4.8
72-
python: 3.6
7371
env:
7472
# NAME has no actual use, just to make the travis jobs overview more clear
7573
- NAME="gcc4.8 Release+Tests"
@@ -110,7 +108,6 @@ matrix:
110108
- ubuntu-toolchain-r-test
111109
packages:
112110
- g++-5
113-
python: 3.6
114111
env:
115112
# NAME has no actual use, just to make the travis jobs overview more clear
116113
- NAME="gcc5 Debug"
@@ -130,7 +127,6 @@ matrix:
130127
- ubuntu-toolchain-r-test
131128
packages:
132129
- g++-5
133-
python: 3.6
134130
env:
135131
# NAME has no actual use, just to make the travis jobs overview more clear
136132
- NAME="gcc5 Release"
@@ -146,7 +142,7 @@ install:
146142

147143
before_script:
148144
# first, run source_validator
149-
- python -m script.validators.source_validator
145+
- python ./script/validators/source_validator.py
150146

151147
# build peloton (override this value to execute tests)
152148
script:

0 commit comments

Comments
 (0)