Skip to content

Commit 00dc347

Browse files
committed
Merge pull request #7 from tschortsch/develop
Update npm api key / use container based travis environment
2 parents cc8d9f4 + c590f9a commit 00dc347

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ language: node_js
22
node_js:
33
- '0.10'
44
- '0.11'
5+
- '0.12'
6+
sudo: false
57
deploy:
68
provider: npm
79
810
api_key:
9-
secure: evlzKBR3P22szNdL2w4zS6NFaWJXQMFTUMFXFBnPkofNsnZAdOVPmNTqQbze3fQF+B/Eijv1rHShommktxV567lZi+oewIU5g7zPitiXHzwwuCcaswZnX2W5P2RHHykrpUYAJ9hfkNHolrdf6oLtzvc1aiwKhRgXr9oPLMPGjEA=
11+
secure: pgP9vBCs0LcgJdM/D+GNZkCqQmJH1xh49QmU/lNxw1aPlHhRZ/mwI/GcBpG3IiHeTH/FFxYZjllSMwi1YpXP8LH9G2oizN0a+T13uYwEcPajbAlz/dtQK4vSEuafaifQCJ4fyAezMSg3mJ1yM1uWCZPvdpSP62kNw/cvkHvx6Ls=
1012
on:
1113
tags: true
1214
all_branches: true

0 commit comments

Comments
 (0)