Skip to content

Commit 4440ce6

Browse files
committed
travis: install dependency by makefile.
1 parent b261c4f commit 4440ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ env:
3232

3333
install:
3434
- git clone https://github.com/openresty/test-nginx.git test-nginx
35-
- sudo luarocks install lua-resty-http
36-
- sudo luarocks install lua-typeof
35+
- sudo make dev
3736
- wget -qO - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
3837
- sudo apt-get -y install software-properties-common
3938
- sudo add-apt-repository -y "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main"

0 commit comments

Comments
 (0)