diff --git a/.travis.yml b/.travis.yml index 8957a5700e2c..3a4fcc70ea51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,9 @@ matrix: cache: yarn script: - set -x - - yarn deployment-build - - yarn end-to-end-test + - ./scripts/ci-end-to-end.sh + # - yarn deployment-build + # - yarn end-to-end-test - name: lockfile-check install: skip script: diff --git a/scripts/ci-end-to-end.sh b/scripts/ci-end-to-end.sh new file mode 100755 index 000000000000..879bc9b535c8 --- /dev/null +++ b/scripts/ci-end-to-end.sh @@ -0,0 +1,15 @@ +#!/bin/bash +set -ex + + +# TEMPORARILY... +# Because, at the time of writing, we don't have any real content checked in, we'll fake some. + +mkdir -p ci-content/files/en-us/foo/bar +echo "
I'm alive!
" > ci-content/files/en-us/foo/bar/index.html +cat > ci-content/files/en-us/foo/bar/index.yaml <