-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
language: node_js | ||
node_js: | ||
- "4" | ||
- "5" | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
before_install: | ||
- npm i -g npm | ||
# Workaround for a permissions issue with Travis virtual machine images | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
daviddias
Author
Member
|
||
script: | ||
- npm test |
What kind of problems are you having?