8000 Setting up circle · lakexyde/nativescript-vue@4a98a6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a98a6f

Browse files
committed
Setting up circle
1 parent 108092b commit 4a98a6f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

circle.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
machine:
2+
node:
3+
version: 6
4+
5+
dependencies:
6+
cache_directories:
7+
- nativescript-vue/node_modules
8+
9+
override:
10+
- cd nativescript-vue && npm install
11+
12+
test:
13+
override:
14+
- cd nativescript-vue && npm run test
15+

0 commit comments

Comments
 (0)
0