run on Travis CI container infra

master
edef 2015-04-19 15:40:43 -04:00
parent 0051b6065e
commit 15e6eee931
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
language: rust
sudo: false
install:
- .travis/docs/install
script:

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e
export PATH="$HOME/.local/bin:$PATH"
if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master ]; then
echo '<meta http-equiv="refresh" content="0;url=fringe/">' > target/doc/index.html

View File

@ -2,5 +2,5 @@
set -e
if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master ]; then
sudo pip install ghp-import
pip install --user ghp-import
fi