Skip to content

Commit 7505af0

Browse files
authored
Merge pull request #51 from browserstack/fix_travis_yml
Dont export browserstack keys in .travis.yml, readding old node versions
2 parents 48c10ad + b039b04 commit 7505af0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: node_js
22
node_js:
3+
- "4.3"
34
- "6"
45
- "8"
56
- "10"
6-
7-
before_install:
8-
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`
9-

0 commit comments

Comments
 (0)