File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 6.6"
3
+ - ' 6.6'
4
4
5
5
before_script :
6
- - export DISPLAY=:99.0
7
- - sh -e /etc/init.d/xvfb start
8
- - ./nodeserver.sh > /dev/null &
6
+ - export DISPLAY=:99.0
7
+ - sh -e /etc/init.d/xvfb start
8
+ - " ./nodeserver.sh > /dev/null &"
9
9
10
10
before_install :
11
- - curl -o- -L https://yarnpkg.com/install.sh | bash
12
- - export PATH="$HOME/.yarn/bin:$PATH"
11
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
12
+ - export PATH="$HOME/.yarn/bin:$PATH"
13
13
14
14
matrix :
15
15
allow_failures :
26
26
- CORE_BRANCH=
27
27
28
28
script :
29
- - echo "CORE_BRANCH = x${CORE_BRANCH}x";
30
- - >
31
- if [ "x${CORE_BRANCH}x" != "xx" ] ; then
32
- echo "Installing @uirouter/core from ${CORE_BRANCH}" && \
33
- git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git ui-router-core && \
34
- pushd ui-router-core && \
35
- yarn && \
36
- npm run build && \
37
- popd && \
38
- npm install ./ui-router-core ;
39
- fi
40
- - npm run travis
29
+ - echo "CORE_BRANCH = x${CORE_BRANCH}x";
30
+ - >
31
+ if [ "x${CORE_BRANCH}x" != "xx" ] ; then
32
+ echo "Installing @uirouter/core from ${CORE_BRANCH}" && \
33
+ git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git ui-router-core && \
34
+ pushd ui-router-core && \
35
+ yarn && \
36
+ npm run build && \
37
+ popd && \
38
+ npm install ./ui-router-core ;
39
+ fi
40
+ - npm run travis
41
41
42
42
sudo : false
43
43
44
44
git :
45
45
depth : 10
46
46
47
47
notifications :
48
- slack : angularbuddies:b6leQM9gkBCW0S7MNDsELpqU
48
+ slack :
49
+ secure : e/lVSx31fq3lZqmG2NcL/b5vkYTHWEhuquLiRxqmLGcwOcpMU65ZmzQIqGvB8X1/WVT+A9pxPQL1E/iddC2IBUYelARsENUhZO6DbamoSaTzd5XvUKoXS3XF2GG7gf95pnXOYMJ6Jx+NE170dQ8EPAGJfjxZXX35KAz7DgQjzCG0iMNTaL1W4v8BmxmK7GaJuxERE6SzkxepeRbsHIlvDPlvMFCSn3TIIPYNAqkGEHgxJfmfnQu8V5Q9bJgi34wdqETgZfg1F8MOcvEwmcF9DazlAUI7Ie9A3YbbDKrWrNhVe7ylkGc2VKXoHZvk6etGCAH40BLDZ5uXCFHYzMAAoLo8pJUXoQ5g6Vq0jZiVY4y2LBJEhOnMcXrTOBDzKK9mlkGHAldgVZtgXvvf4WpviGgg2z2CuZBVkvlsZ2HMbpESxxrpR95kAINlnDEFJCCtcq7x4/VtI/AZ8+L3CSGKZE1/gugs5ShbjNtf0wuyWH9oIH4ZWlAVBuX21jhoexvKoE3kpGSypuUumFbkkESQ0+I6HnmvT9AkWs5KIpjScqklEEziVF3xNEh2K/Ccr/D1oH4KmfOUpx7WCgpFxaStfQhIcbdFntH823dQ+2BXgfVaC3VHZClUfvbmeHlsdDPLrhy98z9MKByA76IAE5/U52vIlFPO+ha6WitMj+XG2g0=
You can’t perform that action at this time.
0 commit comments