Justin
Justin

Reputation: 45350

Travis CI job failing with unknown result "configured"

Here is my .travis.yml

language: node_js
node_js:
  - 0.8
before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start

Simply getting:

Using worker: worker-linux-2-1.bb.travis-ci.org:travis-linux-19
An error occured while compiling the build script : unknown result "configured"

Upvotes: 2

Views: 152

Answers (1)

Luigi
Luigi

Reputation: 8847

Same problem here for my project (see)

I think it's some sort of maintenance problem in travis build servers.

I don't think we can fix our travis configuration.

Upvotes: 2

Related Questions