Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 17, 2017
1 parent b0dfa2b commit b3053bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js: '6'
node_js: '7'
script:
- npm run build
- travis_retry npm run travis
sudo: false
dist: trusty
cache:
directories:
- node_modules
Expand Down
4 changes: 2 additions & 2 deletions _develop/sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ var _ = require('lodash');
var os = require('os');

var options = {
username: process.env.SAUCE_USER || 'quill',
accessKey: process.env.SAUCE_KEY || 'adc0c0cf-221b-46f1-81b9-a4429b722c2e'
username: process.env.SAUCE_USERNAME,
accessKey: process.env.SAUCE_ACCESS_KEY
};

if (process.env.TRAVIS) {
Expand Down

0 comments on commit b3053bf

Please sign in to comment.