Commit eafb3013 authored by Eloy Duran's avatar Eloy Duran

Try to get Travis to run the specs.

parent 8bfb6a17
...@@ -3,4 +3,4 @@ rvm: ...@@ -3,4 +3,4 @@ rvm:
- 1.8.7 - 1.8.7
- 1.9.3 - 1.9.3
before_install: git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs before_install: git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs
script: rake spec:ci script: bundle exec rake spec:travis
...@@ -80,14 +80,15 @@ namespace :spec do ...@@ -80,14 +80,15 @@ namespace :spec do
sh "bacon spec/**/*_spec.rb" sh "bacon spec/**/*_spec.rb"
end end
#desc "Run all specs and build all examples" desc "Run all specs and build all examples"
#task :ci => :all do task :ci => :all do
#sh "./bin/pod setup" # ensure the spec repo is up-to-date sh "./bin/pod setup" # ensure the spec repo is up-to-date
#Rake::Task['examples:build'].invoke Rake::Task['examples:build'].invoke
#end end
# For now we don't run the integration spec, but it should be cleaned up so it can run on Travis. # For now we don't run the intgration spec, but it should be cleaned up so it can run on Travis.
task :ci => :all desc "Run the travis CI specs"
task :travis => :all
desc "Rebuild all the fixture tarballs" desc "Rebuild all the fixture tarballs"
task :rebuild_fixture_tarballs do task :rebuild_fixture_tarballs do
......
Subproject commit 837311587d41f2aa885eb806e80094824750e08e Subproject commit 6cb145571a66bfbfa0dae2cd2790ab14e83d318b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment