浏览代码

Enable test:SecEncodeTransformTests on Travis CI

Norio Nomura 10 年之前
父节点
当前提交
19826812f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ cache:
 install:
   - bundle install --path=vendor/bundle --binstubs=vendor/bin
 script:
-  - bundle exec rake test:ios test:osx
+  - bundle exec rake test:ios test:osx test:SecEncodeTransformTests
 branches:
   only:
     - master