Skip to content

Commit

Permalink
Merge 0bf5532 into cc9985c
Browse files Browse the repository at this point in the history
  • Loading branch information
laurisvan committed Nov 23, 2019
2 parents cc9985c + 0bf5532 commit 1572651
Show file tree
Hide file tree
Showing 8 changed files with 5,283 additions and 3,353 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2018,
"sourceType": "module"
},
"env": {
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
src/*
test/*
coverage/*
gulpfile.js
*.map
.*
tslint.json
Expand Down
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: node_js
node_js:
- "4.2"
# Node 8 is the earliest supported version for eslint
# See https://github.com/eslint/eslint/issues/11944
- "8"
before_script:
- npm run-script build
script: npm test
after_success: npm run coveralls
- npm run build
script:
- npm run lint
- npm run test
after_success: npm run coverage
63 changes: 0 additions & 63 deletions gulpfile.js

This file was deleted.

0 comments on commit 1572651

Please sign in to comment.