Speed up Travis CI and run spec in Atom 1.0 preview mode

This commit is contained in:
Glavin Wiechert 2015-05-28 14:57:26 -03:00
parent 05ff3869bd
commit ac26dedc62
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ language: objective-c
osx_image: beta-xcode6.2
git:
depth: 10
notifications:
webhooks:
urls:

View File

@ -39,6 +39,6 @@ if [ -f ./node_modules/.bin/coffeelint ]; then
fi
echo "Running specs..."
ATOM_PATH=./atom atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm test --path atom/Atom.app/Contents/Resources/app/atom.sh
ATOM_PATH=./atom atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm test --one --path atom/Atom.app/Contents/Resources/app/atom.sh
exit