Skip to content

Commit

Permalink
travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Feb 11, 2018
1 parent d9d8fe6 commit 67957b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libdbus-1-dev -y; fi

before_script:
- if [ $TRAVIS_OS_NAME = linux ]; then npm install electron-rebuild; fi
- if [ $TRAVIS_OS_NAME = linux ]; then npm install --save-dev electron-rebuild; fi
- if [ $TRAVIS_OS_NAME = linux ]; then node_modules/.bin/electron-rebuild; fi

script:
Expand Down

0 comments on commit 67957b1

Please sign in to comment.