Skip to content

Commit 5c0cff1

Browse files
author
Jonny Reeves
authored
Fix build (#19)
* Update node version * Patch up BrowserStack keys
1 parent f9bcd45 commit 5c0cff1

File tree

3 files changed

+6778
-4
lines changed

3 files changed

+6778
-4
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v8.9.4

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: node_js
2-
node_js:
3-
- "4"
42
cache:
53
directories:
64
- node_modules
75
before_install:
86
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfVVNFUk5BTUU9aW1wcm9iYWJsZWVuZ2JvdDEK`
9-
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfQUNDRVNTX0tFWT1xTGJxUjE2azhqdFducVh2RmlvZwo=`
7+
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfQUNDRVNTX0tFWT1SRG1Cc2pwQUJ4RlljcEVkeVp5bwo=`
108
install: npm install
119
script:
12-
- npm run test
10+
- npm run test

0 commit comments

Comments
 (0)