Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2098c94

Browse files
committedFeb 16, 2016
add gx_upgrade to travis yml
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent 6b76e2a commit 2098c94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ env:
1313
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
1414
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
1515

16-
install: make install
16+
install:
17+
make gx_upgrade
18+
make install
1719

1820
script:
1921
- make $TEST_SUITE

0 commit comments

Comments
 (0)
Please sign in to comment.