Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Reduce build complexity by removing matrix
Browse files Browse the repository at this point in the history
- Closes #16
  • Loading branch information
DavidJFelix committed Sep 28, 2017
1 parent 11468ab commit a8ec34d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ install:
- npm install -g yarn
- yarn
env:
matrix:
- ENV=local
- ENV=development
- ENV=staging
- ENV=production
global:
- CXX=g++-4.8
- secure: xz3t9A9+lIdrj8FUnfJ5ZQdFFA9cUXNtUjFDJxYJoqA79Akb+lrKCx3WWM6cOy4l4ffgfXerf9xmCowYKgrdwUr+erwUUcjRseshvtiHYikeuQq4Dg21+CPS9vk1QKKDuMuc8359p/8QWkljYcsVlggXVrBbq2qDpvQJ9BOi5FH55TS2IWfEuoniWgKUeXjjmExDUt1WTQJIxSQvn2cfgZyuKEgaFQXWozP3YMU6oQUMsWT3lAJSSkkX9HSWh2x+Nl41Mli6nWKiwrtQ00c6eukGIt/L96i069GcoZqZZFVdElBppCCBZ/X6kIMS5u3UN/yyf9muba1VXnPvkFPjfSK7ERX7gXhShQ1WEN/IUBPkDckK3EFx0BluM3Q4hEr5zcUMWz8lOXU4ExWPqkQt2DwJJRQY2fsXxpZ22ndSf/heGB3VeGWuTCTM1ei4PhnVcMs0SSTAJVhJOvJvCggmtOiFf5+23F4i0QYXl1fjqbcglUKVKdNz0968z8EklIbhqJCc9q3bUYdkVYLhRPLBuHdtxLHhUFRL6aNiUV9gaqq5w+dMA145OX5oIJMZ99Ev1POPje9Jn4NkvvmbYSBSbCEKxZbxW7ERXG/2Bhg6q2KC0k5bJVZXOcunygSDNgNWb0wnQsF5E3HmL2y7kH2XSll+DiUzJ3n055qhq8/j7nk=
Expand Down Expand Up @@ -40,5 +35,4 @@ deploy:
skip_cleanup: true
on:
branch: alpha
repo: iotv/web
condition: $ENV = production
repo: iotv/web

0 comments on commit a8ec34d

Please sign in to comment.