Use script/cibuild

This commit is contained in:
Antonio Scandurra 2015-04-07 10:48:18 +02:00
parent 22d034057c
commit 859a6dcf68
2 changed files with 2 additions and 8 deletions

View File

@ -1,14 +1,8 @@
language: objective-c
install: script/build
script: ./apm/node_modules/.bin/apm test --path ./atom.sh
script: script/cibuild
notifications:
email:
on_success: never
on_failure: change
cache:
directories:
- node_modules

View File

@ -4,7 +4,7 @@ path = require 'path'
_ = require 'underscore-plus'
async = require 'async'
concurrency = 2
concurrency = 1
module.exports = (grunt) ->
{isAtomPackage, spawn} = require('./task-helpers')(grunt)