File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- notifications :
2
- slack : zewo:VjyVCCQvTOw9yrbzQysZezD1
3
1
os :
4
2
- linux
5
3
- osx
6
4
language : generic
7
- sudo : required
5
+ sudo : false
8
6
dist : trusty
9
7
osx_image : xcode8.3
8
+ addons :
9
+ apt :
10
+ sources :
11
+ - sourceline : ' deb [trusted=yes] http://apt.zewo.io ./'
12
+ packages :
13
+ - libdill
10
14
install :
11
- - eval "$(curl -sL https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/install.sh)"
12
-
13
- - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install zewo/tap/libdill; fi
14
-
15
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then echo "deb [trusted=yes] http://apt.zewo.io ./" | sudo tee --append /etc/apt/sources.list; fi
16
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
17
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libdill; fi
18
-
19
- - export LD_LIBRARY_PATH=/usr/local/lib
15
+ - eval "$(curl -sL http://sh.zewo.io/install-libdill.sh)"
20
16
script :
21
- - bash <(curl -s https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/build-test.sh) Venice
22
- after_success :
23
- - bash <(curl -s https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/report-coverage.sh)
17
+ - bash <(curl -sL http://sh.zewo.io/build.sh)
Original file line number Diff line number Diff line change
1
+ dependencies :
2
+ override :
3
+ - eval "$(curl -sL http://sh.zewo.io/install-libdill.sh)"
4
+ test :
5
+ override :
6
+ - bash <(curl -sL http://sh.zewo.io/build.sh)
You can’t perform that action at this time.
0 commit comments