Skip to content

Commit

Permalink
ci: add travis
Browse files Browse the repository at this point in the history
Related to #38
  • Loading branch information
Fishrock123 committed Jul 11, 2019
1 parent 28a051c commit 58fdfc8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
sudo: false
language: node_js
node_js:
- "12"
matrix:
include:
- node_js: "13"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
script:
- npm run test

0 comments on commit 58fdfc8

Please sign in to comment.