Skip to content

Commit

Permalink
Add Travis Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
franckverrot committed Feb 22, 2017
1 parent 3664e20 commit ea41445
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
sudo: false

language: node_js

cache:
directories:
- elm-stuff/packages
- tests/elm-stuff/build-artifacts
- tests/elm-stuff/packages
- libsysconfcpus

node_js:
- "node"

install:
- npm install -g [email protected] elm-test elm-css
- |
if [ ! -d libsysconfcpus/bin ];
then
git clone https://github.com/obmarg/libsysconfcpus.git;
cd libsysconfcpus;
./configure --prefix=$TRAVIS_BUILD_DIR/libsysconfcpus;
make && make install;
cd ..;
fi
- elm package install --yes

script:
- libsysconfcpus/bin/sysconfcpus -n 2 make

0 comments on commit ea41445

Please sign in to comment.