File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ node_js:
44 - " 5"
55
66notifications :
7- slack : openframeproject:wGLUMLh5CTAIOGsPUSU8eMf3
8-
9- # A bit annoying, but we manually install all npm deps so that the install.sh script doesn't get executed on travis
10- install :
11- npm install coveralls@^2.11.9 eslint@^2.8.0 istanbul@^0.4.2 mocha@^2.3.4 sinon@^1.17.2 openframe-extension@^0.1.0 debug@^2.2.0
7+ slack : openframe-community:zfOODf2VUOEM8uh93Tkdd0k6
128
139script :
1410 - npm run test-coveralls
Original file line number Diff line number Diff line change 44
55echo " Openframe Website Extension -- install.sh"
66
7+ if ! [ -z " $TRAVIS " ]; then
8+ echo " TRAVIS env, don't install"
9+ exit 0
10+ fi
11+
712# Some limited platform detection might be in order... though at present we're targeting the Pi
813os=$( uname)
914arq=$( uname -m)
You can’t perform that action at this time.
0 commit comments