Skip to content

Commit 7a505db

Browse files
committed
build: Setup build process to use ES6
1 parent c7f3054 commit 7a505db

File tree

3 files changed

+729
-4
lines changed

3 files changed

+729
-4
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ node_js:
99
- '9'
1010
- '8'
1111
- '6'
12+
script:
13+
- npm run test
14+
- npm run build
1215
after_success:
1316
- npm run travis-deploy-once "npm run semantic-release"
1417
branches:
1518
except:
16-
- /^v\d+\.\d+\.\d+$/
19+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)