Skip to content

Commit 6ccc91d

Browse files
committed
Add circle.yml from AtomDebugger/debugger-ui-default
1 parent d268b5f commit 6ccc91d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

circle.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
dependencies:
2+
override:
3+
- curl -L https://atom.io/download/deb -o atom-amd64.deb
4+
- sudo dpkg --install atom-amd64.deb || true
5+
- sudo apt-get update
6+
- sudo apt-get -f install
7+
- node --version
8+
- npm --version
9+
- atom --version
10+
- npm prune
11+
- npm install
12+
- apm rebuild
13+
14+
test:
15+
override:
16+
- npm test
17+
18+
machine:
19+
node:
20+
version: 6.3.0

0 commit comments

Comments
 (0)