Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Integration tests made working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jun 13, 2018
1 parent 84e46c8 commit 4739130
Show file tree
Hide file tree
Showing 11 changed files with 824 additions and 398 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
install:
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
- npm run build:prod
deploy:
provider: script
script: npm run dist
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install

test_script:
- node --version
- npm --version

test_script:
- npm run build:prod
- npm test

# Don't actually build.
Expand Down
Loading

0 comments on commit 4739130

Please sign in to comment.