Skip to content

Instantly share code, notes, and snippets.

View Swop's full-sized avatar
👨‍💻

Sylvain MAUDUIT Swop

👨‍💻
View GitHub Profile

Forum PHP 2014

Jeudi 23/10

  • 9h30
    • A State of Mind. Sebastian Bergmann
    • La mesure, ce n'est pas que pour le devops. Olivier Garcia & Patrick Allaert
  • 10h15
---
language: node_js
node_js:
- '0.10'
branches:
only:
- master
before_script: .travis/before_script.sh
script: echo -e " >>> Do something... \"grunt\" for example\n"
after_success: .travis/after_success.sh