Merge pull request #1893 from ebarboni/platformide

[NETBEANS-2604] move o.apache.commons.codec to platform cluster
diff --git a/.travis.yml b/.travis.yml
index cde4daa..6737834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,16 @@
           jdk: openjdk8
           script:
             - nbbuild/travis/gensigtest.sh
-          
+        
+        - name: Pristine platform build
+          jdk: openjdk8
+          script: 
+            - ant -quiet build-source-config -Dcluster.config=platform
+            - mkdir tmpplatform
+            - cd tmpplatform
+            - unzip -qq ../nbbuild/build/platform-src*
+            - ant build -Dcluster.config=platform
+        
         - name: Compile all modules with OpenJDK8
           jdk: openjdk8
           env: