We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
travis_util
1 parent 0891245 commit 6cbc912Copy full SHA for 6cbc912
.travis.yml
@@ -48,11 +48,11 @@ script:
48
- export PATH="$HOME/.yarn/bin:$PATH"
49
# Run the npm package tests
50
- yarn install
51
- - utils/test_npm.sh
+ - travis_util/test_npm.sh
52
# Checks for JavaDoc errors
53
- mvn -Dstyle.color=always -pl com.google.javascript:closure-compiler javadoc:javadoc
54
# Test new Bazel based J2CL build
55
- - utils/build_test.sh
+ - ./build_test.sh
56
# Kill Bazel workers to clean up their memory usage
57
- bazel shutdown
58
@@ -61,7 +61,7 @@ script:
61
sudo: required
62
63
after_success:
64
- - utils/deploy_snapshot.sh
+ - travis_util/deploy_snapshot.sh
65
66
env:
67
global:
0 commit comments