Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit b7d1b63

Browse files
committed
ci: move some things around in build lifecycle
The `node_js` language has some default build lifecycle stages that were breaking.
1 parent b551ff6 commit b7d1b63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Project specific config ###
22
language: node_js
33
node_js: lts/*
4+
install: skip
45
os: linux
56

67
jobs:
@@ -21,7 +22,7 @@ jobs:
2122
- stage: release
2223
# Since the deploy needs APM, currently the simplest method is to run
2324
# build-package.sh, which requires the specs to pass.
24-
before_script:
25+
before_deploy:
2526
- export PATH=${PATH}:${HOME}/atom/usr/bin/
2627
deploy:
2728
provider: script
@@ -30,7 +31,7 @@ jobs:
3031
- npx semantic-release
3132

3233
### Generic setup follows ###
33-
install:
34+
script:
3435
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
3536
- chmod u+x build-package.sh
3637
- "./build-package.sh"

0 commit comments

Comments
 (0)