Skip to content

Commit fe4a293

Browse files
committed
Move to version to before_install
1 parent 4b784d6 commit fe4a293

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
@@ -3,15 +3,15 @@ language: node_js
33
node_js:
44
- "10"
55

6-
install:
6+
before_install:
77
- npm install
88
- sudo apt-get install jq
99
- npx version-from-git --travis --no-git-tag-version
1010
- git checkout -b temp-ci
1111
- lerna version --force-publish --no-git-tag-version --no-push --yes `cat package.json | jq -r .version`
12-
- npm run bootstrap
1312

14-
before_script:
13+
install:
14+
- npm run bootstrap
1515
- npm run build
1616

1717
deploy:

0 commit comments

Comments
 (0)