Skip to content

Commit ba6d7cd

Browse files
committed
update: travis
1 parent 3f645bc commit ba6d7cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ jobs:
1010
include:
1111
- stage: test
1212
script:
13-
- node --version
14-
- npm --version
15-
- echo "Testing Started ..."
1613
- npm test
17-
- echo "Testing Finished."
1814

1915
- stage: deploy
2016
script:
21-
- echo "NPM Deploying Started ..."
22-
- npm version
2317
- npm run build
24-
- echo "NPM Building Finished."
2518

2619
deploy:
2720
provider: npm

0 commit comments

Comments
 (0)