Skip to content

Commit

Permalink
Add initial Travis CI yaml configuration file.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Labasan <labasan1@llnl.gov>
  • Loading branch information
Stephanie Labasan committed Nov 12, 2018
1 parent 46a4fd6 commit cc79f29
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
sudo: required

language: c

compiler:
- gcc

install:
# none

script:
- which g++
- g++ --version
- make VERBOSE=1

before_script:
- sudo apt-get install -y linux-headers-`uname -r`

notifications:
email:
recipients:
- labasan1@llnl.gov
on_success: always
on_failure: always

0 comments on commit cc79f29

Please sign in to comment.