chore: add framework for various integration tests

This commit is contained in:
Nils Knappmeier
2019-08-31 13:18:47 +02:00
parent 16572cd848
commit f9cce4dd02
17 changed files with 94 additions and 134 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ before_install:
- npm install -g grunt-cli
script:
- grunt --stack travis
- multi-nodejs-test/run-tests.sh 0.10 0.12 4 5 6 7 8 9 10 11
- integration-testing/run-integration-tests.sh
email:
on_failure: change
on_success: never