Skip to content

Commit

Permalink
travis: installed all of the dependencies to current deps folder. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis committed Jul 15, 2019
1 parent 0490145 commit be362c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do_install() {

export_or_prefix

sudo luarocks install --lua-dir=${OPENRESTY_PREFIX}luajit rockspec/apisix-dev-0.rockspec --only-deps
sudo luarocks install --lua-dir=${OPENRESTY_PREFIX}luajit rockspec/apisix-dev-0.rockspec --tree=deps --only-deps --local

git clone https://github.com/openresty/test-nginx.git test-nginx
}
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ install:
$(INSTALL) README.md $(INST_CONFDIR)/README.md
$(INSTALL) bin/apisix $(INST_BINDIR)/apisix


### test: Run the test case
test:
ifeq ($(UNAME),Darwin)
prove -I../test-nginx/lib -I./ -r -s t/
Expand Down

0 comments on commit be362c5

Please sign in to comment.