Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Jun 15, 2018
1 parent f2077d1 commit d835ddd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ services:

script: ./test-build.sh $NODE_VERSION $VARIANT

env:
global:
secure: "HkgYgawkr/hkg2vURHGOb/JmF6U1e71QQsd0HXJ1UJh6WBiFJOrjomCMHZGHnpyopdRna++up8dISBqM2X+EiLAr9yWdRXy72oMP9X42M0ccnja/3E5KYYXMkETS50JnUhMCOt2xRZW5/ojqrHukqRo0YIjIu+P0U0VsZ4QIsng="

stages:
- Test
- Build
Expand Down Expand Up @@ -75,8 +79,6 @@ jobs:

- stage: Deploy
script: ./generate-stackbrew-pr.sh
env:
secure: "HkgYgawkr/hkg2vURHGOb/JmF6U1e71QQsd0HXJ1UJh6WBiFJOrjomCMHZGHnpyopdRna++up8dISBqM2X+EiLAr9yWdRXy72oMP9X42M0ccnja/3E5KYYXMkETS50JnUhMCOt2xRZW5/ojqrHukqRo0YIjIu+P0U0VsZ4QIsng="

# Docker Build #

Expand Down
6 changes: 4 additions & 2 deletions travis.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ services:

script: ./test-build.sh $NODE_VERSION $VARIANT

env:
global:
secure: "HkgYgawkr/hkg2vURHGOb/JmF6U1e71QQsd0HXJ1UJh6WBiFJOrjomCMHZGHnpyopdRna++up8dISBqM2X+EiLAr9yWdRXy72oMP9X42M0ccnja/3E5KYYXMkETS50JnUhMCOt2xRZW5/ojqrHukqRo0YIjIu+P0U0VsZ4QIsng="

stages:
- Test
- Build
Expand Down Expand Up @@ -73,7 +77,5 @@ jobs:

- stage: Deploy
script: ./generate-stackbrew-pr.sh
env:
secure: "HkgYgawkr/hkg2vURHGOb/JmF6U1e71QQsd0HXJ1UJh6WBiFJOrjomCMHZGHnpyopdRna++up8dISBqM2X+EiLAr9yWdRXy72oMP9X42M0ccnja/3E5KYYXMkETS50JnUhMCOt2xRZW5/ojqrHukqRo0YIjIu+P0U0VsZ4QIsng="

# Docker Build #

0 comments on commit d835ddd

Please sign in to comment.