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

Commit a24dfa2

Browse files
authored
Merge pull request #190 from AtomLinter/arcanemagus/fix-ci
ci: move some things around in build lifecycle
2 parents b551ff6 + b7d1b63 commit a24dfa2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .travis.yml

+3-2
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)