Skip to content

Commit

Permalink
npm bug fixed nodejs/node#16649
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteFromSales committed Dec 1, 2017
1 parent aa2392f commit a864f44
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "node"
- "lts/*"
- "8"

cache:
Expand All @@ -13,10 +13,12 @@ before_script:
script: npm run build

deploy:
- provider: codedeploy
provider: codedeploy
revision_type: github
access_key_id: $AWS_CI_ACCESS_KEY
secret_access_key: $AWS_CI_SECRET
application: "miniature-bassoon"
deployment_group: "Test-EC2"
region: "us-west-2b"
application: miniature-bassoon
deployment_group: Test-EC2
region: us-west-2b
on:
repo: PeteFromSales/miniature-bassoon

0 comments on commit a864f44

Please sign in to comment.