Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Simplify .travis.yml (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
xabolcs authored and whimboo committed May 10, 2013
1 parent a233498 commit eccd205
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -2,15 +2,13 @@ language: node_js

before_script:
- sh -e /etc/init.d/xvfb start
- git submodule update --init
- cd addon-sdk
- . bin/activate
- cd ../extension

install: ant

env:
- DISPLAY=':99.0'

script: cfx test
script: ant test

notifications:
irc:
Expand Down

2 comments on commit eccd205

@xabolcs
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First Travis build for this commit is build 7050311 and it's failed.
Btw Google showed me this launchpad bug: Firefox 19 slow without dbus-x11 installed.

@whimboo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we got wrong JSON data. It might be a dupe of bug 836284.

[exec] .console: [JavaScript Error: "[Exception... "'SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data' when calling method: [nsIRequestObserver::onStopRequest]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "native frame :: :: <TOP_LEVEL> :: line 0" data: no]"]

Please sign in to comment.