Speed up Travis CI and run spec in Atom 1.0 preview mode
This commit is contained in:
parent
05ff3869bd
commit
ac26dedc62
|
@ -2,6 +2,9 @@ language: objective-c
|
||||||
|
|
||||||
osx_image: beta-xcode6.2
|
osx_image: beta-xcode6.2
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 10
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
|
|
|
@ -39,6 +39,6 @@ if [ -f ./node_modules/.bin/coffeelint ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running specs..."
|
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
|
exit
|
||||||
|
|
Loading…
Reference in New Issue