Skip to content

Commit 6cbc912

Browse files
committed
Updated Travis settings to use travis_util
1 parent 0891245 commit 6cbc912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ script:
4848
- export PATH="$HOME/.yarn/bin:$PATH"
4949
# Run the npm package tests
5050
- yarn install
51-
- utils/test_npm.sh
51+
- travis_util/test_npm.sh
5252
# Checks for JavaDoc errors
5353
- mvn -Dstyle.color=always -pl com.google.javascript:closure-compiler javadoc:javadoc
5454
# Test new Bazel based J2CL build
55-
- utils/build_test.sh
55+
- ./build_test.sh
5656
# Kill Bazel workers to clean up their memory usage
5757
- bazel shutdown
5858

@@ -61,7 +61,7 @@ script:
6161
sudo: required
6262

6363
after_success:
64-
- utils/deploy_snapshot.sh
64+
- travis_util/deploy_snapshot.sh
6565

6666
env:
6767
global:

0 commit comments

Comments
 (0)