Skip to content

Commit d53a149

Browse files
author
David Zukowski
committed
chore(ci): run more thorough deploy scripts
1 parent 404f50a commit d53a149

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ install:
1111
- npm install
1212

1313
script:
14-
- npm run lint
15-
- npm run test
16-
- NODE_ENV=development npm run deploy
17-
- NODE_ENV=staging npm run deploy
18-
- NODE_ENV=production npm run deploy
14+
- npm run deploy:dev
15+
- npm run deploy:prod
1916

2017
after_success:
2118
- npm run codecov

0 commit comments

Comments
 (0)