summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-10-07 20:29:30 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-10-07 20:29:30 (GMT)
commit5f2d69fb9daed3eac80cc3d2c222ffd13d431c14 (patch)
tree6ab7673c221579ca3e63bf7618d2b3a61fc8941f /.travis.yml
parentb565e949d4d9eb695d026a963aa537f0d0992291 (diff)
parent6b0fa2221a782504a0f1d6907e8c492e3a09d5d1 (diff)
Merge pull request #202 from jmlemetayer/travis_build
Manage Travis-CI build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 93765c7..e175024 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,10 +42,10 @@ env:
# Building the standard samples
script:
- - ./ct-ng $CT_SAMPLE
- - CT_LOG_DEBUG=y CT_LOG_LEVEL_MAX="DEBUG" ./ct-ng build.2
+ - . ./.travis.sh # Load the travis environment
+ - ct-ng $CT_SAMPLE # Configure the build
+ - ct-ng_travis_build # Build the sample
# On failure displaying the last lines of the log file
after_failure:
- - tail -n 200 build.log
-
+ - tail -n 1000 build.log