We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6b76e2a commit 2098c94Copy full SHA for 2098c94
.travis.yml
@@ -13,7 +13,9 @@ env:
13
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
14
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
15
16
-install: make install
+install:
17
+ make gx_upgrade
18
+ make install
19
20
script:
21
- make $TEST_SUITE
0 commit comments