why is travis a pain
This commit is contained in:
parent
5a86b68893
commit
7ae5bf97bd
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
language: node_js
|
||||
node_js: 5
|
||||
rvm: 2.2
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
@ -11,7 +12,7 @@ script:
|
|||
- mkdir upload
|
||||
- cd dist; zip -r ../upload/dist.zip *; cd -
|
||||
- .travis/echo_sha.sh > upload/data.json
|
||||
- rvm install 2.3.1 && rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||
- gem install danger --version '~> 4.0' && danger
|
||||
|
||||
deploy:
|
||||
provider: s3
|
||||
|
|
Loading…
Reference in a new issue