Browse Source

Enable test:SecEncodeTransformTests on Travis CI

Norio Nomura 10 years ago
parent
commit
19826812f2
1 changed files with 1 additions and 1 deletions
  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