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

Commit 0b43d31

Browse files
committed
Change comment to fit the changes
1 parent 56ad448 commit 0b43d31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- PELOTON_BUILD_TYPE=Debug
3434
# COVERALLS: we run coveralls only for one compiler
3535
- COVERALLS=On
36-
# only run tests if the build itself succeeded
36+
# override script value to run also tests and benchmarks
3737
script:
3838
# create build directory
3939
- mkdir build
@@ -74,7 +74,7 @@ matrix:
7474
- CC=gcc-4.8
7575
- PELOTON_BUILD_TYPE=Release
7676
- COVERALLS=Off
77-
# only run tests if the build itself succeeded
77+
# override script value to run also tests and benchmarks
7878
script:
7979
# create build directory
8080
- mkdir build
@@ -143,6 +143,7 @@ before_script:
143143
# first, run source_validator
144144
- python ./script/validators/source_validator.py
145145

146+
# build peloton (override this value to execute tests)
146147
script:
147148
# create build directory
148149
- mkdir build

0 commit comments

Comments
 (0)