Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Mahn committed Sep 26, 2016
1 parent cc2e64c commit cfed62d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- '2.7'
before_install:
- sudo apt-get install -y curl tar
-
udo apt-get install -y curl tar
- bash install-apex.sh
- eval export AWS_ACCESS_KEY_ID=\$${TRAVIS_BRANCH}_aws_access_key_id
- eval export AWS_SECRET_ACCESS_KEY=\$${TRAVIS_BRANCH}_aws_secret_access_key
Expand All @@ -26,3 +27,4 @@ deploy:
script: ./apex deploy --env master && ./register_module.sh https://api.door43.org/tx/module
on:
branch: master

0 comments on commit cfed62d

Please sign in to comment.