forked from opengaming/osgameclones
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- '2.7' | ||
virtualenv: | ||
system_site_packages: true | ||
before_install: | ||
- sudo apt-get install -qq python-yaml python-jinja2 python-smartypants | ||
- openssl aes-256-cbc -K $encrypted_61da1a775a65_key -iv $encrypted_61da1a775a65_iv -in .travis/deploy_key.enc -out .travis/deploy_key -d | ||
- sudo apt-get install -qq python-yaml python-jinja2 python-smartypants | ||
install: | ||
- pip install cyrax | ||
- pip install cyrax | ||
script: | ||
- cyrax | ||
- test 6000 -lt $(cat _build/index.html | wc -l) | ||
- cyrax | ||
- test 6000 -lt $(cat _build/index.html | wc -l) | ||
after_success: | ||
- chmod 600 .travis/deploy_key | ||
- ssh-add .travis/deploy_key | ||
- git remote add maia dokku@maia.solovyov.net:osgc | ||
- git push deploy |
Binary file not shown.