Skip to content

Commit

Permalink
try to get tests running on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Mar 4, 2018
1 parent abf4418 commit 92a6f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
only:
- master

script: npm run buildProduction && npm test
script: npm run buildProduction && npm test -- --runInBand

cache:
directories:
Expand Down
2 changes: 2 additions & 0 deletions tests/grid-layout.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { CollectionViewDelegate, GridLayoutParameters } from '../src'
import CollectionView from '../src/collection-view'
import GridLayout from '../src/grid-layout'

jest.setTimeout(10000);

let page: Page;
let browser: Browser;
const width = 1024;
Expand Down

0 comments on commit 92a6f4e

Please sign in to comment.