File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 9
9
directories :
10
10
- node_modules
11
11
12
- env :
13
- - EMBER_TRY_SCENARIO=default
14
- - EMBER_TRY_SCENARIO=ember-release
15
- - EMBER_TRY_SCENARIO=ember-beta
16
- - EMBER_TRY_SCENARIO=ember-canary
17
-
18
- matrix :
19
- fast_finish : true
20
- allow_failures :
21
- - env : EMBER_TRY_SCENARIO=ember-canary
22
-
23
12
before_install :
24
- - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
25
13
- " npm config set spin false"
26
14
- " npm install -g npm@^2"
27
15
@@ -31,4 +19,4 @@ install:
31
19
- bower install
32
20
33
21
script :
34
- - ember try $EMBER_TRY_SCENARIO test
22
+ - npm test
Original file line number Diff line number Diff line change 38
38
"ember-disable-proxy-controllers" : " ^1.0.0" ,
39
39
"ember-export-application-global" : " ^1.0.3" ,
40
40
"ember-try" : " 0.0.6" ,
41
+ "glob" : " ^5.0.15" ,
41
42
"mocha" : " ^2.3.3"
42
43
},
43
44
"keywords" : [
You can’t perform that action at this time.
0 commit comments