#Test PHP projects using Travis-ci
##Required Files
- .travis.yml (in the root folder of your project)
language: php
php:
- 5.2
- 5.3
<html> | |
<head> | |
<title>Einführung in die Entwicklung mit MapLibre-gl.js</title> | |
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script> | |
<link href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" rel="stylesheet" /> | |
</head> | |
<body> | |
<div id="map"></div> |
<html> | |
<head> | |
<title>Einführung in die Entwicklung mit MapLibre-gl.js</title> | |
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script> | |
<link href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" rel="stylesheet" /> | |
</head> | |
<body> | |
<div id="map"></div> | |
</body> | |
</html> |
# There is actually no info shipped with the printer on how to use it on linux | |
# this guide will hopefully save you some time trying the different slicer options out there | |
# Install java runtime environment | |
# The apt-get commands are intendet to be used on distributions that utilize the apt package management system and will slightliy differ for other distros | |
sudo apt-get install openjdk-8-jre | |
# Install python and python-tk | |
sudo apt-get install python-tk python2.7 |
<html> | |
<body> | |
<canvas width="800" height="800" id="c" /> | |
<script type="text/javascript"> | |
function doit(){ |
#Test PHP projects using Travis-ci
##Required Files
language: php
php:
- 5.2
- 5.3
#install headless phpunit & selenium on debian wheezy
##prepare pear
pear upgrade pear
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover components.ez.no
sudo pear channel-discover pear.project.com
sudo pear channel-discover pear.symfony-project.com