no longer run specs for docs in CI
This commit is contained in:
@@ -66,7 +66,3 @@ matrix:
|
|||||||
- env:
|
- env:
|
||||||
- JASMINE_BROWSER="phantomjs"
|
- JASMINE_BROWSER="phantomjs"
|
||||||
- USE_SAUCE=false
|
- USE_SAUCE=false
|
||||||
- env:
|
|
||||||
- USE_SAUCE=false
|
|
||||||
- JASMINE_BROWSER="phantomjs"
|
|
||||||
- TEST_COMMAND="bash travis-docs-script.sh"
|
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
git clone https://github.com/jasmine/jasmine.github.io.git
|
|
||||||
|
|
||||||
cd jasmine.github.io
|
|
||||||
export BUNDLE_GEMFILE=$PWD/Gemfile
|
|
||||||
bundle
|
|
||||||
|
|
||||||
bundle exec rake update_edge_jasmine
|
|
||||||
bundle exec rake phantom
|
|
||||||
Reference in New Issue
Block a user