Skip to content

Commit d291568

Browse files
committed
Moving the common/scripts script.
1 parent fe7448e commit d291568

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- '8.9.4'
44
before_script:
5-
- node common/scripts/install-rush-for-ci.js
5+
- node common/scripts/ci-rush.js
66
script:
77
- set -e
88
- echo 'Checking change file...' && echo -en 'travis_fold:start:check\\r'

0 commit comments

Comments
 (0)