Skip to content

Commit 35d81f6

Browse files
committed
fix(travis): changed travis configuration
Removed test and build stages
1 parent eb827ca commit 35d81f6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@ node_js:
77
jobs:
88
include:
99
# Define the release stage that runs semantic-release
10-
- stage: test
11-
name: "Testing"
12-
node_js: lts/*
13-
script: yarn test
14-
- stage: build
15-
name: "Building"
16-
node_js: lts/*
17-
script: yarn build
1810
- stage: release
1911
name: "Releasing"
2012
node_js: lts/*
21-
# Advanced: optionally overwrite your default `script` step to skip the tests
22-
script: skip
2313
deploy:
2414
provider: script
2515
cleanup: false

0 commit comments

Comments
 (0)