1
1
language : c++
2
+ python : 3.6
2
3
matrix :
3
4
fast_finish : true
4
5
7
8
- os : osx
8
9
osx_image : xcode8.3
9
10
compiler : clang
10
- python : 3.6
11
11
env :
12
12
# NAME has no actual use, just to make the travis jobs overview more clear
13
13
- NAME="clang Debug"
@@ -26,7 +26,6 @@ matrix:
26
26
- ubuntu-toolchain-r-test
27
27
packages :
28
28
- g++-4.8
29
- python : 3.6
30
29
env :
31
30
# NAME has no actual use, just to make the travis jobs overview more clear
32
31
- NAME="gcc4.8 Debug+Tests+Coveralls"
@@ -69,7 +68,6 @@ matrix:
69
68
- ubuntu-toolchain-r-test
70
69
packages :
71
70
- g++-4.8
72
- python : 3.6
73
71
env :
74
72
# NAME has no actual use, just to make the travis jobs overview more clear
75
73
- NAME="gcc4.8 Release+Tests"
@@ -110,7 +108,6 @@ matrix:
110
108
- ubuntu-toolchain-r-test
111
109
packages :
112
110
- g++-5
113
- python : 3.6
114
111
env :
115
112
# NAME has no actual use, just to make the travis jobs overview more clear
116
113
- NAME="gcc5 Debug"
@@ -130,7 +127,6 @@ matrix:
130
127
- ubuntu-toolchain-r-test
131
128
packages :
132
129
- g++-5
133
- python : 3.6
134
130
env :
135
131
# NAME has no actual use, just to make the travis jobs overview more clear
136
132
- NAME="gcc5 Release"
@@ -146,7 +142,7 @@ install:
146
142
147
143
before_script :
148
144
# first, run source_validator
149
- - python -m script. validators. source_validator
145
+ - python ./script/ validators/ source_validator.py
150
146
151
147
# build peloton (override this value to execute tests)
152
148
script :
0 commit comments