Skip to content

Commit edbe744

Browse files
author
Tim Etchells
committed
remove env vars from .travis.yml
1 parent 618e739 commit edbe744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ os:
66
- linux
77
# osx would be great, but travis only supports docker for linux
88

9-
env:
9+
#env:
1010
# Will override the Travis web UI settings.
11-
- rc="false" skip_tests="false" project_types="node.js" microclimate_version="1901"
11+
#- rc="false" skip_tests="false" project_types="node.js" microclimate_version="1901"
1212

1313
sudo: true
1414
cache: npm

0 commit comments

Comments
 (0)