Skip to content

Commit

Permalink
Merge afff2ff into 76c0b64
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomez committed Sep 22, 2016
2 parents 76c0b64 + afff2ff commit 491de52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ branches:
env:
global:
- CORE_BRANCH=master
- NIGHTLY=false
matrix:
- DB=mysql

Expand Down Expand Up @@ -70,7 +71,9 @@ script:
- grunt karma
- ./node_modules/stylelint/dist/cli.js ../css/app/*.css
- cd ..

# Upload nightly
- if [[ "$NIGHTLY" = "TRUE" ]]; then make dist; fi
- if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T build/artifacts/appstore/calendar.tar.gz -u $FTP_LOGIN:$FTP_PW ftp://144.76.174.90/htdocs/calendar/calendar.tar.gz; fi

after_success:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 491de52

Please sign in to comment.