Skip to content

Commit

Permalink
Add travis test coverage for node.js v11 (laravel-mix#1927)
Browse files Browse the repository at this point in the history
* Add lock files to .gitignore

They are not pushed to the repository anyway and to keep local repo clean while installing packages

Signed-off-by: Ru Chern Chong <[email protected]>

* Add travis test coverage for node.js v11

Signed-off-by: Ru Chern Chong <[email protected]>
  • Loading branch information
ruchernchong authored and JeffreyWay committed Jan 14, 2019
1 parent 30248e0 commit 34ccc28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ coverage
.nyc_output
.idea/
*.log
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_js:
- '8'
- '9'
- '10'
- '11'

cache:
directories:
Expand Down

0 comments on commit 34ccc28

Please sign in to comment.