Skip to content

Commit

Permalink
Enable only travis supported tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Skachkov committed Jun 22, 2015
1 parent a1982e3 commit ba9dd73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: objective-c
osx_image: beta-xcode6.3
git:
depth: 2
branches:
only:
- master
- dev
env:
- PATH=$PATH:$TRAVIS_BUILD_DIR/node_modules/.bin
node_js:
- "0.10"
install:
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports.defineAutoTests = function() {

});

xdescribe('requestText function', function () {
describe('requestText function', function () {

var lang;
var subscriptionKey;
Expand Down

0 comments on commit ba9dd73

Please sign in to comment.