mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Initial .travis.yml configuration
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
language: objective-c
|
||||
|
||||
install: script/build
|
||||
|
||||
script: ./apm/node_modules/.bin/apm test --path ./atom.sh
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
Reference in New Issue
Block a user