Skip to content

Commit

Permalink
get travis working
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored and escattone committed Apr 1, 2020
1 parent f760b36 commit 625aea3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 15 additions & 0 deletions scripts/ci-end-to-end.sh
Original file line number Diff line number Diff line change
@@ -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 "<p>I'm alive!</p>" > ci-content/files/en-us/foo/bar/index.html
cat > ci-content/files/en-us/foo/bar/index.yaml <<YAML
title: 'Sample Title'
slug: Foo/Bar
YAML

yarn run prebuild

0 comments on commit 625aea3

Please sign in to comment.