Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
James Chen committed May 21, 2013
1 parent 868dc8f commit d98b13b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
---
branches:
only:
- master
before_install:
- ./tools/travis-scripts/before-install.sh
env:
matrix:
- PLATFORM=linux DEBUG=1
- PLATFORM=nacl DEBUG=1
- PLATFORM=android
global:
- secure: |-
W6ngax0zA8cuPaKu0Vc0Alq3Ev2308fhupXKyre2ADMbrLPCHwp3IEXusBmT
9D2Y3EjOYqprOX8Tu/x3Qbqg1GRkZ1v0tci8pznoUosL14+bsEpZGVqih217
u5axXVWmC47l6+iZfzXD2zXrHx0RAA/Nq9GxVZ/TgttlFJHRYVk=
AOVGNRaX0SEQSKkVb5A7dklSJ6Oviqu/Vs1AExTKnZKP/A39Mge9RdNwYcui
sUrHoO1iJuw+ml+5K/JlgIvbqIy8QP1WlHt0WPOcJ+vrGChRJNa3Ysovyfil
N0EXZmG6tz24V0INMFC9BKxKzoimeh7ZJURsoO/C+nLbpO+aLHk=
- secure: |-
fEOQhW05pA04okOwcZYFwpToP/jOyRcKiHJXEUCOCvFFM9iGqy7lfH+seGIo
5nMWGBecPvUDfvkDOtE9Zpv55O9pWtqFyA0RzEtSIoFTqwZD0Ud7GCjT2YaW
eorOBPGw9H+mrTScmUbBe3Yq4jn0JlvFwPhlBlpR45crHvQKEw4=
Gt+0DcsqXB9YSV3PZjHIIQ2U1qSLvEHbRl7i3eYV0q6reLil94kMzGWljd3A
3KC6TJqFPdcEXdIf+agz3TArfWUpNLDZvVIqljsAAbNYwz1c17jgXFxG4PU9
y1X8FFTicHy40yoz5Ljy9YZRUNltsui6WmSp+6uBBBlpgvQbkRQ=
language: cpp
script:
- export NACL_SDK_ROOT=$HOME/bin/nacl_sdk/pepper_canary
- export PATH=$PATH:$NACL_SDK_ROOT/toolchain/linux_x86_newlib/bin
- export NDK_ROOT=$HOME/bin/android-ndk
- ./tools/travis-scripts/run-script.sh
before_install:
- ./tools/travis-scripts/before-install.sh
branches:
only:
- master

0 comments on commit d98b13b

Please sign in to comment.