Skip to content

Commit

Permalink
Fix build (#19)
Browse files Browse the repository at this point in the history
* Update node version

* Patch up BrowserStack keys
  • Loading branch information
Jonny Reeves committed Nov 15, 2018
1 parent f9bcd45 commit 5c0cff1
Show file tree
Hide file tree
Showing 3 changed files with 6,778 additions and 4 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v8.9.4
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: node_js
node_js:
- "4"
cache:
directories:
- node_modules
before_install:
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfVVNFUk5BTUU9aW1wcm9iYWJsZWVuZ2JvdDEK`
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfQUNDRVNTX0tFWT1xTGJxUjE2azhqdFducVh2RmlvZwo=`
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfQUNDRVNTX0tFWT1SRG1Cc2pwQUJ4RlljcEVkeVp5bwo=`
install: npm install
script:
- npm run test
- npm run test
Loading

0 comments on commit 5c0cff1

Please sign in to comment.