mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Change before_script to the more appropriate before_install in .travis.yml.
This commit is contained in:
@@ -39,7 +39,7 @@ git:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
before_script:
|
||||
before_install:
|
||||
- "[ $BIN == 'istanbul' ] && npm install -g istanbul || true"
|
||||
- "[ $BIN == 'narwhal' ] && wget https://github.com/280north/narwhal/archive/v0.3.2.zip && sudo unzip v0.3.2 -d /opt/ && rm v0.3.2.zip || true"
|
||||
- "[ $BIN == 'narwhal' ] && sudo ln -s /opt/narwhal-0.3.2/bin/narwhal /usr/local/bin/narwhal && sudo chmod +x /usr/local/bin/narwhal || true"
|
||||
|
||||
Reference in New Issue
Block a user