Skip to content

Commit 4e8003d

Browse files
committed
revert: revert another travis config
1 parent 4f761ec commit 4e8003d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,11 @@ node_js:
1010

1111
jobs:
1212
include:
13-
- stage: test
14-
script:
15-
- npm ci
16-
- npm run test:ci
17-
1813
- stage: release
14+
if: branch = master AND type != pull_request
15+
node_js: lts/*
1916
deploy:
2017
provider: script
21-
node_js: lts/*
2218
skip_cleanup: true
2319
script:
2420
- npx semantic-release
25-
26-
stages:
27-
- name: test
28-
if: type = pull_request
29-
- name: release
30-
if: branch = master AND type != pull_request

0 commit comments

Comments
 (0)