aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-09-30 15:37:24 +0200
committerHenrik Nord <[email protected]>2015-10-02 13:02:16 +0200
commitb193b02b00f899791735586b31fc5cd1d7147c8b (patch)
tree6286a7c21817ca9e769adc46a4d700643e9fc5dc /.travis.yml
parentbc26cbd98a8d4e18d2a6a30caf51d3378e87cdd9 (diff)
downloadotp-b193b02b00f899791735586b31fc5cd1d7147c8b.tar.gz
otp-b193b02b00f899791735586b31fc5cd1d7147c8b.tar.bz2
otp-b193b02b00f899791735586b31fc5cd1d7147c8b.zip
Update configuration
Now runs release_docs och the smoke_test Also in paralell
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cb4274920e..48d8031bd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,16 +18,23 @@ addons:
- libpng3
- default-jdk
- g++
+ - xsltproc
before_script:
- set -e
- export ERL_TOP=$PWD
- export PATH=$ERL_TOP/bin:$PATH
- export ERL_LIBS=''
+ - export MAKEFLAGS=-j6
- kerl_deactivate
script:
- ./otp_build all -a
-
+
after_success:
- - ./otp_build tests
+ - ./otp_build tests && make release_docs
+
+after_script:
+ - cd $ERL_TOP/release/tests/test_server && $ERL_TOP/bin/erl -s ts install -s ts smoke_test batch -s init stop
+
+