You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/06/03 21:19:32 UTC

[33/38] git commit: [#6287] provide travis-ci.org config file

[#6287] provide travis-ci.org config file


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c33c65fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c33c65fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c33c65fe

Branch: refs/heads/cj/6218
Commit: c33c65fe47cf378aa12b92737eb126c08b263f34
Parents: ec7b960
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed May 29 10:03:21 2013 -0400
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Jun 3 18:38:35 2013 +0000

----------------------------------------------------------------------
 .travis.yml |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c33c65fe/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5e8a8d4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+#       Licensed to the Apache Software Foundation (ASF) under one
+#       or more contributor license agreements.  See the NOTICE file
+#       distributed with this work for additional information
+#       regarding copyright ownership.  The ASF licenses this file
+#       to you under the Apache License, Version 2.0 (the
+#       "License"); you may not use this file except in compliance
+#       with the License.  You may obtain a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#       Unless required by applicable law or agreed to in writing,
+#       software distributed under the License is distributed on an
+#       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#       KIND, either express or implied.  See the License for the
+#       specific language governing permissions and limitations
+#       under the License.
+
+language: python
+python:
+  - "2.7"
+before_install:
+  - sudo apt-get install -qq python-svn libjpeg8-dev zlib1g-dev
+  - sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib # pending #6255
+  - sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib # pending #6255
+install: "pip install -r requirements.txt --use-mirrors"
+before_script:
+  - ln -s /usr/lib/python2.7/dist-packages/pysvn $VIRTUAL_ENV/lib/python2.7/site-packages/
+  - ./rebuild-all.bash
+script: ./run_tests