mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
fix travis.yml
This commit is contained in:
parent
14df477366
commit
869ddd6549
14
.travis.yml
14
.travis.yml
@ -2,13 +2,13 @@ env:
|
|||||||
- TRAVIS="yes"
|
- TRAVIS="yes"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- [ $TEST_PEP8 -ne 1 ] && curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
|
- '[ $TEST_PEP8 -ne 1 ] && curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -'
|
||||||
- [ $TEST_PEP8 -ne 1 ] && echo "deb http://http.debian.net/debian wheezy-backports main" | sudo tee -a /etc/apt/sources.list
|
- '[ $TEST_PEP8 -ne 1 ] && echo "deb http://http.debian.net/debian wheezy-backports main" | sudo tee -a /etc/apt/sources.list'
|
||||||
- [ $TEST_PEP8 -ne 1 ] && echo "deb http://http.debian.net/debian wheezy main" | sudo tee -a /etc/apt/sources.list
|
- '[ $TEST_PEP8 -ne 1 ] && echo "deb http://http.debian.net/debian wheezy main" | sudo tee -a /etc/apt/sources.list'
|
||||||
- [ $TEST_PEP8 -ne 1 ] && sudo /sbin/ifconfig
|
- '[ $TEST_PEP8 -ne 1 ] && sudo /sbin/ifconfig'
|
||||||
- [ $TEST_PEP8 -ne 1 ] && sudo apt-get update -qq
|
- '[ $TEST_PEP8 -ne 1 ] && sudo apt-get update -qq'
|
||||||
- [ $TEST_PEP8 -ne 1 ] && sudo rm /etc/dpkg/dpkg.cfg.d/multiarch
|
- '[ $TEST_PEP8 -ne 1 ] && sudo rm /etc/dpkg/dpkg.cfg.d/multiarch'
|
||||||
- [ $TEST_PEP8 -ne 1 ] && sudo ./tests/test_env/deploy.sh
|
- '[ $TEST_PEP8 -ne 1 ] && sudo ./tests/test_env/deploy.sh'
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
Loading…
Reference in New Issue
Block a user