pull/110/head
openbuilds-engineer 2018-08-10 18:10:12 +02:00
rodzic 45df6d9067
commit 2666664635
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -24,10 +24,10 @@ cache:
before_install: before_install:
install: install:
- snapcraft
script: script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install && build --linux ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install && build --linux ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm install && build --mac ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm install && build --mac ; fi
before_cache: before_cache:

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "OpenBuildsMachineDriver", "name": "OpenBuildsMachineDriver",
"version": "1.0.64", "version": "1.0.65",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds", "description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds <webmaster@openbuilds.com>", "author": "github.com/openbuilds <webmaster@openbuilds.com>",