diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..c47be78c1dc4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: cpp +compiler: + - gcc + - clang +os: + - linux + - osx + # Change this to your needs +script: + ./configure && make && make test \ No newline at end of file diff --git a/README.md b/README.md index 086590a6bb48..46e0f8148558 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Evented I/O for V8 javascript. ### To build: + Prerequisites (Unix only): * GCC 4.2 or newer