Skip to content

Commit

Permalink
Fix/crowdin install (#732)
Browse files Browse the repository at this point in the history
* use wget

* use only script
  • Loading branch information
shoota authored and shkumagai committed Jul 9, 2018
1 parent 08bbe2b commit 5998dda
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: true
language: node_js
node_js: lts/*
cache:
Expand Down Expand Up @@ -51,16 +51,12 @@ jobs:
fi
npm run ci:sauce
- stage: deploy
addons:
apt:
sources:
- sourceline: 'deb https://artifacts.crowdin.com/repo/deb/ /'
keyurl: https://artifacts.crowdin.com/repo/GPG-KEY-crowdin
packages:
- crowdin
- default-jre
- rsync
script:
- sudo apt-get update
- sudo apt-get install default-jre rsync
- wget https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb
- sudo dpkg -i crowdin.deb
- sleep 5
- npm run build
deploy:
- provider: script
Expand Down

0 comments on commit 5998dda

Please sign in to comment.