Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2015-11-23 13:33:55 -05:00
Родитель d68f80ee6a
Коммит eeaf2d1f7a
1 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -1,7 +1,3 @@
script:
- npm install
- npm test
cache:
directories:
- resources
@ -12,5 +8,12 @@ before_install:
- brew unlink node
- brew install homebrew/versions/node4-lts
script:
- npm install
- npm test
after_script:
- bash -c "$AFTER_SCRIPT"
os:
- osx