We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67ebf2 commit 0651ac5Copy full SHA for 0651ac5
.travis.yml
@@ -1,14 +1,20 @@
1
language: node_js
2
node_js:
3
- 8.9.1
4
+
5
before_install:
6
- time npm i -g yarn
7
+- yarn global add greenkeeper-lockfile@1
8
9
install:
10
- time yarn > /dev/null
11
12
before_script:
13
- export DISPLAY=:99.0
14
- sh -e /etc/init.d/xvfb start
15
- "./nodeserver.sh > /dev/null &"
16
+- greenkeeper-lockfile-update
17
18
script:
19
- echo "CORE_BRANCH = x${CORE_BRANCH}x";
20
# Fetch and build the @uirouter/core branch from github, then install it
@@ -25,6 +31,8 @@ script:
25
31
fi
26
32
- tsc && npm test
27
33
34
+after_script: greenkeeper-lockfile-upload
35
28
36
matrix:
29
37
allow_failures:
30
38
- env: CORE_BRANCH=
0 commit comments