From ac26dedc629331674664873551391d8b66105518 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 28 May 2015 14:57:26 -0300 Subject: [PATCH] Speed up Travis CI and run spec in Atom 1.0 preview mode --- .travis.yml | 3 +++ build-package.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96aaed2..81bd764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: objective-c osx_image: beta-xcode6.2 +git: + depth: 10 + notifications: webhooks: urls: diff --git a/build-package.sh b/build-package.sh index 6294939..183b003 100644 --- a/build-package.sh +++ b/build-package.sh @@ -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