Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(travis): node js version should between quote
node js version should between quotation marks based on http://docs.travis-ci.com/user/languages/javascript-with-nodejs/

this my error build before https://travis-ci.org/saiqulhaq/kalkulator-ipk/builds/31290985
and this is success build after i put quotation https://travis-ci.org/saiqulhaq/kalkulator-ipk/builds/31291571
  • Loading branch information
saiqulhaq committed Jul 31, 2014
commit 2edf4f17bfba0fe89845546d66889ce8ba3fe4aa
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.10
- "0.10"

before_script:
- export DISPLAY=:99.0
Expand Down