Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Commit a5e7402

Browse files
committed
Output app version in CI
1 parent 8ad55ed commit a5e7402

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ cache:
2727
# These are mostly honestly borrowed from https://github.com/tailhook/vagga/tree/master/.travis.yml
2828
before_install: 'echo ubuntu-mirror: http://mirrors.us.kernel.org/ubuntu/ > ~/.vagga.yaml'
2929

30-
install: vagga _build nodejs-7-ubuntu-bin
30+
install:
31+
- vagga _build nodejs-7-ubuntu-bin
32+
- vagga version
3133

3234
# Run tests
3335
script: vagga test

0 commit comments

Comments
 (0)