Skip to content

Commit

Permalink
add env secrets to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Barrett committed Jul 9, 2015
1 parent 84bd365 commit af55143
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ cache:
directories:
- node_modules

env:
global:
- secure: dILRjgEPjnDy8wcqSkKS4KoxSykeffpReeiRXcXNK9iJvoxNQpfEycVuC7eG4KmdHdLj8RmrPIHE3S2x+su7LD5Nly/StaxfYTWIi1++3wSLP+SlDdv9h+uy2uA6bMsP4hys2ArQ+i/P5V4r5zq1iLIf3mavIchNwTT3ThhOIso=

script: gulp ci

after_script:
Expand Down

0 comments on commit af55143

Please sign in to comment.