diff --git a/.travis.yml b/.travis.yml index 16c61f8..8617380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,37 +1,37 @@ --- language: c notifications: email: false matrix: include: - language: node_js node_js: - lts/* sudo: required before_install: [] services: - docker addons: apt: sources: - ubuntu-toolchain-r-test packages: - libstdc++-5-dev install: - npm i -g @elementaryos/houston script: - houston ci language: c services: - docker sudo: required before_install: - ls - docker pull christopherdavis/elementary-flatpak-writeas:latest - - docker run -v writeas/writeas-gtk:/build/writeas/writeas-gtk -it -d --name flatpak christopherdavis/elementary-flatpak-writeas bash + - docker run -v "$(pwd)":/build/writeas/writeas-gtk -it -d --name flatpak christopherdavis/elementary-flatpak-writeas bash addons: [] install: [] script: - docker exec flatpak flatpak-builder --repo=repo app /build/writeas/writeas-gtk/flatpak/com.abunchtell.WriteAsDesktop.json