Skip to content

Commit

Permalink
Merge 1717e9b into 76c0b64
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomez committed Sep 22, 2016
2 parents 76c0b64 + 1717e9b commit 700cd3c
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://ftp.portknox.net/htdocs/calendar/calendar.tar.gz; fi

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

0 comments on commit 700cd3c

Please sign in to comment.