1
0
Fork 0

Update .travis.yml

Dieser Commit ist enthalten in:
Angus McLeod 2019-12-09 17:16:29 +11:00
Ursprung d6621a830b
Commit e8c81765f0

Datei anzeigen

@ -1,27 +1,12 @@
# Uncomment tests runner when tests are added.
# We want to use the KVM-based system, so require sudo
sudo: required
#names:
#- docker
services:
- docker
before_install:
- plugin_name=${PWD##*/} && echo $plugin_name
- chmod -R 777 .
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
#script:
#- >
#docker run
#-e "COMMIT_HASH=origin/tests-passed"
#-e "SKIP_LINT=1"
#-e "RUBY_ONLY=1"
#-e SINGLE_PLUGIN=$plugin_name
#-v $(pwd):/var/www/discourse/plugins/$plugin_name
#discourse/discourse_test:release
install: true # Prevent travis doing bundle install
after_success:
- pip install virtualenv
- virtualenv ~/env
- source ~/env/bin/activate
- pip install transifex-client
- sudo echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_PASSWORD"$'\ntoken = '"$TRANSIFEX_API_TOKEN"$'\n' > ~/.transifexrc
- tx push -s
script:
- discourse-plugin-ci/script.sh