-
Notifications
You must be signed in to change notification settings - Fork 942
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attempt to separate the Node and Browser tests in Travis
- Loading branch information
1 parent
d73c4ae
commit f178d86
Showing
2 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
sudo: false | ||
|
||
language: node_js | ||
|
||
node_js: | ||
- "6" | ||
- "5" | ||
- "4" | ||
- "6" | ||
- "8" | ||
|
||
install: | ||
- make node_modules | ||
- make install | ||
|
||
script: | ||
- make lint | ||
- make test | ||
- make coveralls | ||
|
||
matrix: | ||
include: | ||
- node_js: '8' | ||
env: BROWSER=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters