Skip to content

Commit

Permalink
Drop linux install luarocks via brew.
Browse files Browse the repository at this point in the history
  • Loading branch information
xpol committed Jan 3, 2016
1 parent d55831f commit 2e89ff0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -4,9 +4,8 @@ notifications:
on_failure: change

before_install:
- wget https://raw.githubusercontent.com/mpeterv/hererocks/0.3.1/hererocks.py
- python hererocks.py here -r^ --lua 5.1 --downloads cache --builds cache --no-git-cache
- export PATH=$PATH:$PWD/here/bin
- brew update
- brew install lua
- luarocks install luacheck

script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
Expand All @@ -17,12 +16,11 @@ git:
sudo: false

os:
- linux
- osx

env:
global:
- APM_TEST_PACKAGES=""
- APM_TEST_PACKAGES="linter"

matrix:
- ATOM_CHANNEL=stable
Expand Down

0 comments on commit 2e89ff0

Please sign in to comment.