Push event #16.1 passed

  • Ran for
AMD64
Go: 1.9.7
Git
rmartz/saving-goals:.travis.yml@a49fdfb
language: node_js
node_js:
- 10
branches:
  only:
  - develop
cache:
  directories:
  - node_modules
before_script:
- npm install -g @angular/cli
script:
- ng lint
- ng build --prod
deploy:
  provider: s3
  access_key_id: $AWS_ACCESS_KEY
  secret_access_key: $AWS_SECRET_KEY
  bucket: savings.reedmartz.com
  skip_cleanup: true
  local_dir: dist/saving-goals
  cache_control: "max-age=86400"
  on:
    branch: develop
notifications:
  email:
    on_failure: change
    on_success: always
Build Config
{
  "go": [
    "1.9.7"
  ],
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "install": [
    "make deps"
  ],
  "language": "go",
  "before_script": [
    "make clean"
  ],
  "before_install": [
    "go get github.com/FiloSottile/gvt/..."
  ]
}