1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 08:57:34 +03:00

Update .travis.yml

This commit is contained in:
Eugene Pankov 2019-07-03 11:23:00 +02:00
parent d6c9ce84ea
commit 5cd4209ec5

View File

@ -16,6 +16,7 @@ jobs:
- yarn
script:
- set -e
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" # https://github.com/travis-ci/travis-ci/issues/8920
- scripts/build-native.js
- yarn run build:typings
- yarn run build