Commit 6861053

mo khan <mo@mokhan.ca>
2013-05-16 04:39:38
use rake spec again in travis config
1 parent c0526fd
Changed files (1)
.travis.yml
@@ -2,4 +2,5 @@ language: objective-c
 before_install:
   - brew update
   - brew install xctool
-script: xctool test TEST_AFTER_BUILD=YES TEST_HOST=''
+script: rake spec
+#script: xctool test TEST_AFTER_BUILD=YES TEST_HOST=''