mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 15:49:23 +03:00
Use script/cibuild
This commit is contained in:
parent
22d034057c
commit
859a6dcf68
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user