Skip to content

Commit 257ab2c

Browse files
committed
Use travis
1 parent c62f11d commit 257ab2c

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,15 @@ cache:
99
directories:
1010
- node_modules
1111

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-
1812
matrix:
1913
fast_finish: true
20-
allow_failures:
21-
- env: EMBER_TRY_SCENARIO=ember-canary
2214

2315
before_install:
24-
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
2516
- "npm config set spin false"
2617
- "npm install -g npm@^2"
2718

2819
install:
29-
- npm install -g bower
3020
- npm install
31-
- bower install
3221

3322
script:
34-
- ember try $EMBER_TRY_SCENARIO test
23+
- npm test

node-tests/unit/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
var Promise = require('ember-cli/lib/Ext/promise');
2+
var Promise = require('ember-cli/lib/ext/promise');
33
var assert = require('ember-cli/tests/helpers/assert');
44

55
var WEBHOOK_URL = 'https://hooks.slack.com/services/123123';

0 commit comments

Comments
 (0)