We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833394a commit c1b5942Copy full SHA for c1b5942
1 file changed
.travis.yml
@@ -4,7 +4,10 @@ jdk:
4
- oraclejdk8
5
env:
6
- SCRIPT=bin/unit-tests.sh
7
- - SCRIPT=bin/journey-test.sh
+ - SCRIPT=bin/run-journey-test-from-ci.sh
8
+
9
+matrix:
10
+ fast_finish: true
11
12
# http://docs.travis-ci.com/user/migrating-from-legacy
13
sudo: false
@@ -17,7 +20,6 @@ addons:
17
20
before_install:
18
21
- rvm install 2.2.5
19
22
- rvm use 2.2.5
- - bin/build-jq.sh # we want jq 1.5 features; not avail through pkg repo.
23
24
# https://docs.travis-ci.com/user/customizing-the-build#Skipping-the-Installation-Step
25
install: true # if we don't skip install, ./gradlew assemble is invoked, but this task is not available.
0 commit comments