Skip to content

Commit f7442b3

Browse files
authored
Check change file at the beginning of the build. (microsoft#57)
* Check change file at the beginning of the build. * Ensure origin/master is fetched
1 parent b3e380c commit f7442b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ node_js:
44
before_script:
55
- npm install -g gulp
66
script:
7+
- echo 'Checking change file...' && echo -en 'travis_fold:start:check\\r'
8+
- git fetch origin master:refs/remotes/origin/master -a
9+
- node node_modules/@microsoft/rush/lib/rush.js change -v
10+
- echo -en 'travis_fold:end:check\\r'
711
- echo 'Installing...' && echo -en 'travis_fold:start:install\\r'
812
- node node_modules/@microsoft/rush/lib/rush.js install
913
- echo -en 'travis_fold:end:install\\r'

0 commit comments

Comments
 (0)