Skip to content

Commit

Permalink
Moving travis scripts into .travis directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 13, 2015
1 parent 75e1c5c commit be5f543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -8,11 +8,11 @@ compiler:

install:
- wget -q -O- https://raw.githubusercontent.com/mithro/travis-trusty/master/setup.sh | bash
- chmod a+rx $PWD/.travis-*.sh
- /trusty/run.py $PWD/.travis-setup.sh
- chmod a+rx $PWD/.travis/*.sh
- /trusty/run.py $PWD/.travis/setup.sh

script:
- /trusty/run.py $PWD/.travis-run.sh
- /trusty/run.py $PWD/.travis/run.sh

notifications:
email:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit be5f543

Please sign in to comment.