aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--ChangeLog4
2 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f89cd2dd58..7a0b93c650 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,6 @@ os:
- osx
matrix:
- allow_failures:
- - os: linux
exclude:
- os: osx
compiler: gcc
diff --git a/ChangeLog b/ChangeLog
index 95101cd5b9..3366de63fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 3 19:26:01 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * .travis.yml: enabled test results of linux.
+
Fri Oct 3 18:52:16 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)