File tree Expand file tree Collapse file tree 6 files changed +45
-3
lines changed Expand file tree Collapse file tree 6 files changed +45
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ script:
48
48
- export PATH="$HOME/.yarn/bin:$PATH"
49
49
# Run the npm package tests
50
50
- yarn install
51
- - travis_util /test_npm.sh
51
+ - utils /test_npm.sh
52
52
# Checks for JavaDoc errors
53
53
- mvn -Dstyle.color=always -pl com.google.javascript:closure-compiler javadoc:javadoc
54
54
# Test new Bazel based J2CL build
55
- - . /build_test.sh
55
+ - utils /build_test.sh
56
56
# Kill Bazel workers to clean up their memory usage
57
57
- bazel shutdown
58
58
@@ -61,7 +61,7 @@ script:
61
61
sudo : required
62
62
63
63
after_success :
64
- - travis_util /deploy_snapshot.sh
64
+ - utils /deploy_snapshot.sh
65
65
66
66
env :
67
67
global :
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # Copyright 2020 Google Inc. All Rights Reserved
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS-IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # Copyright 2020 Google Inc. All Rights Reserved
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS-IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
2
15
3
16
# see https://coderwall.com/p/9b_lfq
4
17
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # Copyright 2020 Google Inc. All Rights Reserved
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS-IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
2
15
3
16
# Run yarn install so that dev dependencies are available
4
17
yarn install && cd ${TRAVIS_BUILD_DIR} /node_modules/closure-compiler-npm && yarn install
You can’t perform that action at this time.
0 commit comments