Skip to content

Commit

Permalink
Merge pull request #2673 from jasongrout/notravis2
Browse files Browse the repository at this point in the history
Remove last Travis test
  • Loading branch information
SylvainCorlay authored Jan 8, 2020
2 parents bd8be72 + 8dc9c5f commit 9e53cea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 34 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
yarn install
yarn run build
yarn run build:examples
yarn run integrity
pushd packages/base
Expand All @@ -42,9 +43,9 @@ jobs:
yarn run test:unit:firefox:headless
popd
# # TODO: This is erroring out with 'timeout waiting for widgets to render' on the before each hook
# pushd examples/web1
# yarn run test:firefox:headless
# popd
pushd examples/web1
yarn run test:firefox:headless
popd
env:
CI: true
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/travis_install_js.sh

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/travis_script_js.sh

This file was deleted.

0 comments on commit 9e53cea

Please sign in to comment.