mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Start on Circle CI
This commit is contained in:
committed by
Nathan Sobo
parent
cd3b2f5363
commit
3589d6173f
14
circle.yml
14
circle.yml
@@ -1,4 +1,16 @@
|
||||
machine:
|
||||
node:
|
||||
version: 4.4.7
|
||||
|
||||
general:
|
||||
branches:
|
||||
only:
|
||||
- io-circle-ci
|
||||
- as-circle-ci
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- script/bootstrap
|
||||
|
||||
test:
|
||||
override:
|
||||
- script/grunt ci
|
||||
|
||||
Reference in New Issue
Block a user