Skip to content

Commit

Permalink
🔧 travis config error
Browse files Browse the repository at this point in the history
  • Loading branch information
macisi committed Jun 8, 2018
1 parent d6e1c17 commit f37967b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ before_install:
if [ $TRAVIS_OS_NAME == osx ]; then
mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.3.1/git-lfs-darwin-amd64-2.3.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1
export PATH="/tmp/git-lfs:$PATH"
#brew update && brew install autoconf libtool nasm
else
#sudo apt-get install autoconf libtool nasm
fi
install:
- npm install
Expand Down

0 comments on commit f37967b

Please sign in to comment.