まーぽんって誰がつけたの?

iOS→Scala→インフラなおじさん技術メモ

Travis CIが正常に終わらない→解決

grunt testをローカルで実行しても、echo $? は0で返ってくる。

Travis CIでも、 Done, without errors.って返ってくるのに、Build Errorになる。

意味が分からない。未解決。 (※追記 なんか直った。TravisCI側のErrorかも。)

こんな感じで、10分たっても何もoutputないからbuild errorねと言われる。。

Running "karma:unit" (karma) task
INFO [karma]: Karma v0.10.8 server started at http://localhost:8080/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.2 (Linux)]: Connected on socket GsGOuZrmCLw8Br5U4_ls
PhantomJS 1.9.2 (Linux): Executed 1 of 2 SUCCESS (0 secs / 0.009 secs)
JS 1.9.2 (Linux): Executed 2 of 2 SUCCESS (0 secs / 0.011 secs)
JS 1.9.2 (Linux): Executed 2 of 2 SUCCESS (0.229 secs / 0.011 secs)
Done, without errors.
Execution Time (2013-12-15 15:33:18 UTC)
concurrent:test       6s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 82%
autoprefixer:dist  125ms  ▇ 2%
karma:unit            1s  ▇▇▇▇▇▇▇ 16%
Total 8s

No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated