diff options
author | Mihai Bazon <mihai.bazon@gmail.com> | 2014-06-26 09:30:25 +0300 |
---|---|---|
committer | Mihai Bazon <mihai.bazon@gmail.com> | 2014-06-26 09:30:25 +0300 |
commit | 91bc3f1f92b0d4e75ff40364458121e3df961cd0 (patch) | |
tree | 07e8ccc9e14013e36a274c7a9e24d13b91c3dd93 | |
parent | e3342a3cf63b84c93cb288ba568a3fe260d08247 (diff) | |
parent | 8463b48f90e4281ce96cb8d4e3e00db8c4333da3 (diff) | |
download | tracifyjs-91bc3f1f92b0d4e75ff40364458121e3df961cd0.tar.gz tracifyjs-91bc3f1f92b0d4e75ff40364458121e3df961cd0.zip |
Merge pull request #499 from shinnn/master
Update .travis.yml to pass the test on Travis CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3d9a761d..b0243cf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.4" - "0.8" - "0.10" - "0.11" |