-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (22 loc) · 640 Bytes
/
.travis.yml
File metadata and controls
28 lines (22 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: bash
sudo: required
branches:
only:
- master
- develop
before_script:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty universe"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main"
- sudo apt-get update -qq
- sudo apt-get install -qq wget python2.7
- wget https://raw.githubusercontent.com/Schrolli91/BOSWatch/${TRAVIS_BRANCH}/install.sh
- chmod +x install.sh
- cat /etc/os-release
- echo ${TRAVIS_BRANCH}
- sudo ./install.sh -b ${TRAVIS_BRANCH}
env:
- module=base
- module=mysql
- module=httpRequest
script:
- sudo /bin/bash citest/test.sh