Skip to content

Commit eb827ca

Browse files
committed
fix(travis): changed scripts
Changed scripts in .travis.yml
1 parent f38d1b1 commit eb827ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ jobs:
88
include:
99
# Define the release stage that runs semantic-release
1010
- stage: test
11+
name: "Testing"
1112
node_js: lts/*
12-
script: test
13+
script: yarn test
1314
- stage: build
15+
name: "Building"
1416
node_js: lts/*
15-
script: build
17+
script: yarn build
1618
- stage: release
19+
name: "Releasing"
1720
node_js: lts/*
1821
# Advanced: optionally overwrite your default `script` step to skip the tests
1922
script: skip

0 commit comments

Comments
 (0)