Skip to content
Snippets Groups Projects
.travis.yml 374 B
Newer Older
Andrei Gavrilescu's avatar
Andrei Gavrilescu committed
      osx_image: xcode9.4
Andrei Gavrilescu's avatar
Andrei Gavrilescu committed
      node_js: '12'
      dist: bionic
      sudo: true
Andrei Gavrilescu's avatar
Andrei Gavrilescu committed
      node_js: '12'
      addons:
        apt:
          packages:
            - libx11-dev
            - zlib1g-dev
            - libxtst-dev

script:
  - npm run dist