travis work
This commit is contained in:
parent
70ae11520c
commit
c183ebc838
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
os: linux
|
||||
dist: xenial
|
||||
#language: python
|
||||
#python: 2.7
|
||||
|
||||
install:
|
||||
#before_install:
|
||||
# - virtualenv venv
|
||||
# - source venv/bin/activate
|
||||
|
||||
script:
|
||||
- rvm install 2.3.1
|
||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||
# - FULL_BUILD=true ./build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue