Round three of testing

This commit is contained in:
Noah Santschi-Cooney 2018-05-18 00:37:56 +01:00
parent a0f7e94434
commit 4de71f38cf
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -7,6 +7,9 @@ pipeline:
test:
image: node:${NODE_VERSION}
commands:
- export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- npm i
- npm run test