Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit cd07d71

Browse files
committed
Intall packages on install step
The `install` step runs before the `script` step, no reason not to just use it here.
1 parent 5b5f5d3 commit cd07d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
global:
1515
APM_TEST_PACKAGES: "language-lua"
1616

17-
before_install:
17+
install:
1818
- sudo apt-get update
1919
- sudo apt-get install --assume-yes --quiet --no-install-suggests --no-install-recommends lua5.3 luajit
2020

0 commit comments

Comments
 (0)