Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 0651ac5

Browse files
chore(greenkeeper): Add greenkeeper-lockfile scripts to travis
1 parent f67ebf2 commit 0651ac5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
language: node_js
22
node_js:
33
- 8.9.1
4+
45
before_install:
56
- time npm i -g yarn
7+
- yarn global add greenkeeper-lockfile@1
8+
69
install:
710
- time yarn > /dev/null
11+
812
before_script:
913
- export DISPLAY=:99.0
1014
- sh -e /etc/init.d/xvfb start
1115
- "./nodeserver.sh > /dev/null &"
16+
- greenkeeper-lockfile-update
17+
1218
script:
1319
- echo "CORE_BRANCH = x${CORE_BRANCH}x";
1420
# Fetch and build the @uirouter/core branch from github, then install it
@@ -25,6 +31,8 @@ script:
2531
fi
2632
- tsc && npm test
2733

34+
after_script: greenkeeper-lockfile-upload
35+
2836
matrix:
2937
allow_failures:
3038
- env: CORE_BRANCH=

0 commit comments

Comments
 (0)